STRLEN
Section: C Library Functions (3)
Index
Return to Main Contents
BSD mandoc
NAME
strlen
- find length of string
SYNOPSIS
Fd #include <string.h>
Ft size_t
Fn strlen const char *s
DESCRIPTION
The
Fn strlen
function
computes the length of the string
Fa s .
RETURN VALUES
The
Fn strlen
function
returns
the number of characters that precede the
terminating
NUL
character.
SEE ALSO
string(3)
STANDARDS
The
Fn strlen
function
conforms to
St -ansiC .
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- SEE ALSO
-
- STANDARDS
-
This document was created by
man2html,
using the manual pages.
Time: 19:41:57 GMT, December 25, 2022